type github.com/refraction-networking/utls.encryptedExtensionsMsg
9 uses
github.com/refraction-networking/utls (current package)
handshake_client_tls13.go#L693: encryptedExtensions, ok := msg.(*encryptedExtensionsMsg)
handshake_messages.go#L1045: type encryptedExtensionsMsg struct {
handshake_messages.go#L1054: func (m *encryptedExtensionsMsg) marshal() ([]byte, error) {
handshake_messages.go#L1093: func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool {
handshake_messages.go#L1094: *m = encryptedExtensionsMsg{}
handshake_server_tls13.go#L790: encryptedExtensions := new(encryptedExtensionsMsg)
u_conn.go#L832: return new(encryptedExtensionsMsg), nil
u_handshake_client.go#L145: func (hs *clientHandshakeStateTLS13) utlsReadServerParameters(encryptedExtensions *encryptedExtensionsMsg) error {
u_handshake_messages.go#L62: func (m *encryptedExtensionsMsg) utlsUnmarshal(extension uint16, extData cryptobyte.String) bool {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |